home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 130
/
Vol 130.iso
/
games
/
restaura.swf
/
scripts
/
DefineSprite_359
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-09-15
|
188 b
|
16 lines
k = 1;
if(_root.lodowka_otwarta)
{
do
{
if(_root.potrawa_aktualna[k] == 10)
{
nextFrame();
}
k++;
}
while(8 < k);
}
stop();